CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / ProblemDetails Json Schema
In This Topic
    ProblemDetails Json Schema
    In This Topic
    Description
    Response data when a request fails
    Overview
    ProblemDetails
    Response data when a request fails
    type : string
    URI reference that identifies the problem type
    title : string
    summary of the problem type
    status : integer
    The HTTP status code
    detail : string
    explanation specific to this occurrence of the problem
    instance : string
    URI reference that identifies the specific occurrence of the problem
    Properties
    NameDescriptionData Type
    URI reference that identifies the problem typestring
    summary of the problem typestring
    The HTTP status codeinteger
    explanation specific to this occurrence of the problemstring
    URI reference that identifies the specific occurrence of the problemstring
    See Also